laravel-frontend-presets / Bulma

Bulma Frontend Preset For Laravel Framework 5.5 and Up

Projects that are alternatives of or similar to Bulma

Rubel
Rubel is a cms built with Laravel and React.
Stars: ✭ 70 (-60.45%)
Mutual labels:  laravel, bulma
Laravel 8 Simple Cms
Laravel 8 content management system for starters.
Stars: ✭ 444 (+150.85%)
Mutual labels:  laravel, bulma
Admin One Laravel Dashboard
Admin One — Free Laravel Dashboard (Bulma Buefy Vue.js SPA)
Stars: ✭ 94 (-46.89%)
Mutual labels:  laravel, bulma
Enso
Laravel Vue SPA, Bulma themed. For demo login use `[email protected]el-enso.com` & `password` -
Stars: ✭ 959 (+441.81%)
Mutual labels:  laravel, bulma
Genealogy
Laravel 8 and Vue family tree and genealogy data processing website.
Stars: ✭ 153 (-13.56%)
Mutual labels:  laravel, bulma
Ficsave
This is the repo for FicSave, an open-source online fanfiction downloader.
Stars: ✭ 172 (-2.82%)
Mutual labels:  laravel
Sheets
Store & retrieve your static content in plain text files
Stars: ✭ 175 (-1.13%)
Mutual labels:  laravel
Tcpdf Laravel
TCPDF helper for laravel
Stars: ✭ 172 (-2.82%)
Mutual labels:  laravel
Laravel Vue Spa
SPA Boilerplate made with Laravel 5.6, Vue 2, Bootstrap 4, Vue-router 3, Vuex 3, Axios
Stars: ✭ 172 (-2.82%)
Mutual labels:  laravel
Php Examples For Aws Lambda
Demo serverless applications, examples code snippets and resources for PHP
Stars: ✭ 177 (+0%)
Mutual labels:  laravel
Laravel Cart Manager
Managing the cart in your Laravel/E-commerce application is a breeze
Stars: ✭ 175 (-1.13%)
Mutual labels:  laravel
Laravel Source Encrypter
Laravel and Lumen Source Code Encrypter
Stars: ✭ 175 (-1.13%)
Mutual labels:  laravel
Roadrunner Laravel
RoadRunner ⇆ Laravel bridge
Stars: ✭ 167 (-5.65%)
Mutual labels:  laravel
Laravel Auditing
Record the change log from models in Laravel
Stars: ✭ 2,210 (+1148.59%)
Mutual labels:  laravel
Forrest
A Laravel library for Salesforce
Stars: ✭ 171 (-3.39%)
Mutual labels:  laravel
Laravel Beanstalkd Admin Ui
An Admin UI for Beanstalkd and Laravel
Stars: ✭ 176 (-0.56%)
Mutual labels:  laravel
Novel
基于 Laravel 5.2 的小说网站
Stars: ✭ 172 (-2.82%)
Mutual labels:  laravel
Laravel Http2 Server Push
A middleware package for Laravel to enable server push for your script, style, and image assets.
Stars: ✭ 174 (-1.69%)
Mutual labels:  laravel
Eloquent Filter
The Eloquent Filter is a package for filter data of models by the query string. Easy to use and fully dynamic.
Stars: ✭ 175 (-1.13%)
Mutual labels:  laravel
Laravel Invite Codes
This package allows you to easily manage invite codes for your Laravel application.
Stars: ✭ 174 (-1.69%)
Mutual labels:  laravel

Bulma Frontend Preset For Laravel Framework 5.5 and Up

Bulma Frontend Preset For Laravel Framework 5.5 and Up

Current version: Bulma ^v0.8.0 + Bulma Extensions ^v6.2.7

Usage

  1. Fresh install Laravel 5.5 (and up) and cd to your app.
  2. Install this preset via composer require laravel-frontend-presets/bulma. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
  3. Use php artisan ui bulma for basic Bulma preset. OR Use php artisan ui bulma-auth for basic preset, Auth route entry and Bulma Auth views in one go.
  4. npm install
  5. npm run dev
  6. Configure your favorite database (mysql, sqlite etc.)
  7. php artisan migrate to create basic user tables.
  8. php artisan serve (or equivalent) to run server and test preset.

Bulma Pagination Template

  1. Upto Laravel 5.6 - Vendor publish and replace the code from here default.blade.php
  2. Laravel 5.7 and up - Vendor publish and replace the code from here bootstrap-4.blade.php

Bulma Extensions

  1. It is a set of missing Bulma.io functionalities in the form of extensions. More info at https://wikiki.github.io/
  2. Customize bulma.sass, bulma-extensions.sass, bulma-extensions.js and app.js as needed.

Screenshots

Bulma login screen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].