Login
Discover
Waves
Decks
Upgrade
Login
Signup
25
olidev
Available
Used
Resource Credits
16 Followers
9 Following
March 13, 2018
RSS feed
Comments
Blog
Posts
Comments
Communities
Wallet
Follow
olidev
craftcms
Tuesday, November 5, 2019 12:42 PM
RE: [Part 3] Building A Website in Craft CMS - Installation & Initial Configuration
If you want to install Craft CMS, there are actually two methods to do it via ssh. One is to download the installer and run it. Second is to use the composer install command to directly install it.
$ 0.000
0
olidev
steemhunt
Monday, September 30, 2019 2:34 PM
RE: Laraship - SaaS, eCommerce, Directory and Website Admin Site Builder
Laravel is a great framework for building a SaaS application. Laravel based SaaS apps performs faster and are more secure.
$ 0.000
0
olidev
utopian-io
Monday, September 23, 2019 1:51 PM
RE: Configure PHP 7 after installing with Apache on windows
Apache is a great addition to the stack if you want great performance. The platform I am using for apache server hosting also uses nginx that further boosts the performance.
$ 0.000
0
olidev
steemhunt
Wednesday, September 4, 2019 1:07 PM
RE: Twill - An open source CMS toolkit for Laravel
I don't understand. Is Twill a CMS toolkit that adds some functionality or a full fledged CMS? I have heard of a lot of Laravel CMS, but this is new to me.
$ 0.000
0
olidev
utopian-io
Thursday, May 2, 2019 2:58 PM
RE: How to add a Content Management System (CMS) to an existing website
I am also using CouchCMS on a Debian server. The web hosting with php and mysql I am using has Debian based stack with Apache and Nginx. I was following your guide to integrate Couch on a custom PHP website.
$ 0.000
0
olidev
technology
Friday, January 4, 2019 10:47 AM
RE: RunCloud vs ServerPilot: Web Management Apps
For PHP, there is another well-know PaaS, Cloudways. This PaaS is great for hosting PHP MySQL websites because you don't have to manually setup a stack there. You can launch the server with PHP installed
$ 0.000
0
olidev
utopian-io
Thursday, July 19, 2018 10:31 AM
RE: TUTORIAL || How to make Crud with php mysql using Edit data method Part #3
Nice tutorial on CRUD. There is another method to make CRUD in PHP, which is using prepared statement. This method is used to execute same query multiple times with high efficiency. Source: Simple crud
$ 0.000
0
olidev
utopian-io
Friday, April 27, 2018 2:54 PM
RE: ERROR
Lumen is also a great micro framework for creating rest api. You can create rest api in Lumen by creating migration, routes, controller and model, same as you do in Laravel since this microframework is
$ 0.000
0
olidev
utopian-io
Monday, April 16, 2018 1:43 PM
RE: Tutorial CI-03: How To Make a Search Engine in CodeIgniter
You can also integrate elasticsearch in this codeigniter based search engine to make it faster. Integrating elasticsearch is pretty easy. You can create the environment using elasticsearch class and create
$ 0.000
0
olidev
webdesign
Monday, April 9, 2018 3:05 PM
RE: Speed Up Your Mobile Application Development with Laravel's Envoyer Deployment
Envoyer has made it really easy to deploy PHP application on server with zero downtime. All I have to do is just connect my repository and server from my Envoyer account. This tool saves a lot of time
$ 0.000
0