Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blockpc/blockpc-with-backend
The Blockpc Blog
https://github.com/blockpc/blockpc-with-backend
Last synced: 3 days ago
JSON representation
The Blockpc Blog
- Host: GitHub
- URL: https://github.com/blockpc/blockpc-with-backend
- Owner: blockpc
- Created: 2021-10-28T20:17:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T11:29:09.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T21:19:51.586Z (2 months ago)
- Language: PHP
- Size: 3.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockpc Backend
## Laravel backend Layout
This repo contains a frontend and bakend layouts for a laravel breeze
Contains:
- Laravel 8
- Tailwind
- Livewire
- Alpine JSHelpers: file autoload helper on `app\helpers.php`
Packages for laravel:
- [christophrumpel/missing-livewire-assertions](https://github.com/christophrumpel/missing-livewire-assertions)
- [spatie/laravel-permission](https://spatie.be/index.php/docs/laravel-permission)
- [yoeunes/toastr](https://github.com/yoeunes/toastr)
- [intervention/image](http://image.intervention.io/)Icons [blade-ui-kit/blade-icons](https://github.com/blade-ui-kit/blade-icons) with
- [Carbon](https://github.com/codeat3/blade-carbon-icons)
- [Boxicons](https://github.com/mallardduck/blade-boxicons)
- [Heroicos](https://github.com/blade-ui-kit/blade-heroicons)_Dont forget clear cache icons_
Packages NPM: only one, [tailwind-scrollbar](https://github.com/adoxography/tailwind-scrollbar)
This packages includes a model `Profile` (one-to-one for user) and model `Image` (polimorphic model)
And change some components from the original laravel install.
### Install Clone
- git clone https://github.com/blockpc/blockpc-with-backend your-proyect
- cd your-proyect
- cp .env.example .env (Configure your app name, app url, database, email, etc)
- composer install
- php artisan key:generate
- npm install
- npm run dev
- php artisan migrate --seed
- php artisan storage:link
- php artisan icons:cache
- php artisan testYou must before start your proyect remove or change the git remote url
### Change remote
- git remote set-url origin `url-at-your-proyect-git`
- git remote -vEnjoy!