Skip to content

cynosure-networx/Caraballo-Legal

Repository files navigation

Cynosure Networx theWORX Laravel 10 Template

Documentation

Documentation will be managed at the wiki for now then make more extensive documentation built into a directory.

Default test user setting can be changed in the config/theworx.php file: Username: misteruser Password: password First Name: John Last Name: Doe Email: john.doe@theworx.dev

Instructions

github template -> to new project $ npm install $ composer update

VALET VERSION $ cp .env.example .env edit .env

  • App Name
  • App URL
  • DB Database

$ php artisan key:generate $ php artisan migrate --seed $ valet link $ valet secure

Modify config>theworx.php

Laravel 10 boilerplate REQUIREMENTS

  • PHP version ^8.1.0
  • Composer ^2.2.0

Features

  • Blog Blog Tutorial

  • Forms (Not in yet)

  • Image Uploads (not in yet)

  • Calendar

  • Social Network registration & login

  • Username/Password registration & login

  • Flash Notifications

  • Tailwind CSS

  • Users' Roles & Permissions

  • Sitemap - XML file needs to be formated

  • Livewire Datatables

  • BrowserSync

Packages

Production

Development

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Documentation

Documentation will be managed at the wiki for now then make more extensive documentation built into a directory.

Default test user: Username: admin Password: password First Name: John Last Name: Doe Email: john.doe@theworx.dev

This information can be changed in the theworx config file.

If the user photo is not showing then run the command: php artisan storage:link

Instructions

github template -> to new project Can edit the default test user in the .env.codespaces file.

To Dos

  • Setup profile to switch from names to social network in the dashboard/profile.
  • Fix initials for avatar without picture
  • Format Calendar
  • Format Blog
  • Format Datatables
  • Backend CRUD management

VS Code extensions pre-installed

  • DotENV
  • Laravel Extra Intellisense
  • laravel Goto View
  • laravel5 Snippets
  • Laravel Goto Controller
  • Todo Tree
  • Docker
  • GitLens
  • Live Preview
  • Material Icon Theme
  • PHP Debug

PHP MyAdmin

Super User Login

Username: pmasu Password: 123456

User Login

Username: pma Password: pmapass

To Dos

  • Setup profile to switch from names to social network in the dashboard/profile.
  • Fix initials for avatar without picture
  • Format Calenar
  • Format Blog
  • Format Datatables
  • Backend CRUD management