Skip to content

imajkumar/metal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ayra Laravel Boilerplate

Ayra Laravel Boilerplate is a Complete Build of Laravel 5.7 with Social Authentication, User Roles and Permissions, User Profiles, and Admin restricted user management system and theme management

Installation Instructions

  1. Run git clone https://github.com/ayrasys/ayra-laravel-boilerplate

  2. Create a MySQL database for the project

    • mysql -u root -p, if using Vagrant: mysql -u homestead -psecret
    • create database laravelAuth;
    • \q
  3. cd ayra-laravel-boilerplate

  4. cd local

  5. run cp .env.example .env

  6. Configure your .env file

  7. php artisan key:generate

  8. composer install

  9. sudo chmod -R 775 storage //for linux

  10. sudo chmod -R 775 bootrape //for linux

  11. php artisan db:seed

contact : ajayit2020@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages