Skip to content
 
 

Repository files navigation

  • Start new Laravel project
    laravel new PROJECT_NAME

  • Import from github
    git clone https://github.com/christopherldo/laravel-cms.git

  • Move github files to Laravel poject folder;

  • Configure your .env;

  • Import database structure if needed;

  • Finish Laravel configurations
    composer install
    php artisan key:generate
    php artisan db:seed
    php artisan serve

About

A Laravel CMS project made on B7web

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages