/larajet

sistema de blog con adminlte roles y permisos, basado en el tutorial de Coders Free

Primary LanguagePHP

LaraJet

LaraJet is a Great CMS Application built in Laravel & a Great Starter Kit for big web applications.

It's an application to minimize your problems while creating a new web application with all the common features using Laravel Jetstream, AdminLTE with Bootstrap, based on CodersFree tutorial.


About Application Project

Technology Used:

  1. Laravel 9.0 (Will upgrade if needs)
  2. PHP 8.0
  3. Visual Studio Code

How to start

1. Clone From Github

git clone https://github.com/robertjota/larajet.git

2. Install Composer

composer install
# If Needed do a composer dump autload with optimization
composer du -o

3. Install Composer

npm install
npm run build

4. Create env file

Create a .env file by cloning .env.example file

4. Create a Database named

larajet

5. Run Migration & Seed

clean
php artisan migrate

or with example data
php artisan migrate:fresh --seed

6. Run On Local Machine

php artisan serve

7. Open Browser

http://localhost:8000

8. Go to CMS Portal Go to this link - http://localhost:8000/admin

Login Now by giving this data

Username: superadmin@gmail.com
Password: 12345678

Contribution

It's not open yet for contribution. I'll open it hope after this September, 2022 after implementing all of the advanced, faster & scalable architecture of Laravel.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!


Contact

Robert Arias - @robertjota - soporte@rrsistemas.ga

Project Link: https://github.com/robertjota/larajet

(back to top)