Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelnabil230/michael-nabil.dev
My website
https://github.com/michaelnabil230/michael-nabil.dev
alpinejs laravel php tailwindcss vitejs workflow
Last synced: about 1 month ago
JSON representation
My website
- Host: GitHub
- URL: https://github.com/michaelnabil230/michael-nabil.dev
- Owner: michaelnabil230
- Created: 2022-06-21T01:17:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T01:20:03.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T02:21:44.626Z (8 months ago)
- Topics: alpinejs, laravel, php, tailwindcss, vitejs, workflow
- Language: PHP
- Homepage: https://michael-nabil.dev
- Size: 847 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# michael-nabil.dev
## Installation
Clone the repo locally:
```sh
git clone https://github.com/michaelnabil230/michael-nabil.dev.git && cd michael-nabil.dev
```Install Node dependencies and build:
```sh
npm install && npm run build
```Install PHP dependencies:
```sh
composer install
```Setup configuration:
```sh
cp .env.example .env
```Generate application key:
```sh
php artisan key:generate
```Create an MySQL database. You can also use another database MariaDB, simply update your configuration accordingly.
Run database migrations:
```sh
php artisan migrate
```Run database seeder:
```sh
php artisan db:seed
```Run the dev server (the output will give the address):
```sh
php artisan serve
```You're ready to go! Visit the url in your browser, and login with:
- **Username:** [email protected]
- **Password:** password