oitcode / Cbswei

CMS and other features. Created with laravel and livewire.
MIT License
11 stars 3 forks source link
bootstrap cms laravel livewire php

Cbswei

License

CMS and other features. Created with laravel and livewire.

screenshot

Features

Installation

Note: It is just another laravel application. So do as you would do while setting up a typical laravel application. Please ensure that all the dependencies for a laravel application is met.

After that run below bash script. (Please check the script if you want to perform all the steps manually.)

bash app-install.sh

Creating first user

To use the dashboard, you need a username and password. Use below seeder file to create first user. This will create an admin user. After that you can create other users from dashboard.

php artisan db:seed --class=UserSeeder

Running the app

php artisan serve

Now open your web browser and visit

Contributing

Please contribute to this project. Contributions are welcome.

Issues

If you find any issue in this application, you can help by raising an issue here in our github repo.

License

MIT license.