##Template By
- Nuptial
- Admin LTE
- Create Database in your Host
- import database ayablog.sql
- SQL Compabiliti use ANSI
- Uncheck Do not use AUTO_INCREMENT for zero values
-
Clone the repository with git clone
-
Copy .env.example file to .env and edit database credentials there
-
Run composer install
-
Run php artisan key:generate
-
DB_CONNECTION=mysql
-
DB_HOST=127.0.0.1 //By default (Yourhost)
-
DB_PORT=3306 //(Your Port)
-
DB_DATABASE=homestead //(setup database name)
-
DB_USERNAME=homestead //(username host)
-
DB_PASSWORD=secret //(Password Additional)
- url for Admin login
- localhost/admin/
- username : aya@mail.dev
- password : 123456
In Laravel 5.4 Problem Can Be Found In Storage Not Found
- run php artisan storage:link
PHP >= 5.6.4
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Inspired by Admin Generator Crudbooster Laravel 5.4 and based on: For more detail click here
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.