- Features
- Requirements
- How to install
- Troubleshooting
- License
- Additional information
- How Starter site is look like
- Crud Generator
- Laravel 5.4.x
- Twitter Bootstrap 3.x
- Back-end
- Automatic install and setup website.
- User management.
- Role management.
- Dashboard.
- Gentelella Dashboard Ready.
- Front-end
- User login, registration
- soon will be more...
- Packages included:
- Datatables Bundle
- Sentinel
- Crud generator
PHP >= 5.6.4
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
- Step 1: Get the code
- Step 2: Use Composer to install dependencies
- Step 3: Create database
- Step 4: Install
- Step 5: Start Page
https://github.com/roladn/laravel-sentinel-crud-starter/archive/master.zip
OR Clone this repository:
https://github.com/roladn/laravel-sentinel-crud-starter.git
Extract it in www(or htdocs if you using XAMPP or MAMP) folder and put it for example in laravelStartersite folder.
Laravel utilizes Composer to manage its dependencies. First, download a copy of the composer.phar. Once you have the PHAR archive, you can either keep it in your local project directory or move to usr/local/bin to use it globally on your system. On Windows, you can use the Composer Windows installer. Open terminal and go to the project foleder Then run:
composer dump-autoload
composer install --no-scripts
If you finished first three steps, now you can create database on your database server(MySQL). You must create database with utf-8 collation(uft8_general_ci), to install and application work perfectly. Just go to the phpmyadmin and create the new database After that, copy .env.example and rename it as .env and put connection and change default database connection name, only database connection, put name database, database username and password.
Now that you have the environment configured, you need to create a database configuration for it. For create database tables use this command:
php artisan migrate
And to initial populate database use this:
php artisan db:seed
If you install on your localhost in folder laravelStartersite, you can type on web browser:
http://localhost/laravelStartersite/public
OR Run the command " php artisan serve ", and open on the browser the url you get in console :):
You can now login to admin part of Laravel Framework 5.4 Site:
username: [email protected]
password: admin
php artisan key:generate
composer dump-autoload --optimize
OR
php artisan dump-autoload
This is free software distributed under the terms of the MIT license
Inspired by Laravel 5.4 and based on: Crud Generator Gentelella Dashboard Sentinel Authentication
##How Starter Site is look like
Note: You should have configured database for this operation.
php artisan crud:generate Posts --fields="title:string, body:text"
You can also easily include route, set primary key, set views directory etc through options --route, --pk, --view-path as belows:
php artisan crud:generate Posts --fields="title:string:required, body:text:required" --route=yes --pk=id --view-path="admin" --namespace=Admin --route-group=admin
If you are interested in CRUD Generator then visit below links for more commands Crud Generator
Hey dude! Help me out for a couple of 🍻!